home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
gamesrc
/
arasan_s
/
beardata.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-12-16
|
14KB
|
406 lines
// Copyright 1993 by Jon Dart. All Rights Reserved.
#ifndef _BEARDATA_H
#define _BEARDATA_H
// Data tables used in move generation.
const int Direction[2] = {1, -1};
const byte KnightSquares[64][8] = {
17,10,255,0,0,0,0,0,
16,18,11,255,0,0,0,0,
17,19,8,12,255,0,0,0,
18,20,9,13,255,0,0,0,
19,21,10,14,255,0,0,0,
20,22,11,15,255,0,0,0,
21,23,12,255,0,0,0,0,
22,13,255,0,0,0,0,0,
25,2,18,255,0,0,0,0,
24,26,3,19,255,0,0,0,
25,27,4,16,20,0,255,0,
26,28,5,17,21,1,255,0,
27,29,6,18,22,2,255,0,
28,30,7,19,23,3,255,0,
29,31,20,4,255,0,0,0,
30,21,5,255,0,0,0,0,
1,33,10,26,255,0,0,0,
2,32,0,34,11,27,255,0,
3,33,1,35,12,24,28,8,
4,34,2,36,13,25,29,9,
5,35,3,37,14,26,30,10,
6,36,4,38,15,27,31,11,
7,37,5,39,28,12,255,0,
38,6,29,13,255,0,0,0,
9,41,18,34,255,0,0,0,
10,40,8,42,19,35,255,0,
11,41,9,43,20,32,36,16,
12,42,10,44,21,33,37,17,
13,43,11,45,22,34,38,18,
14,44,12,46,23,35,39,19,
15,45,13,47,36,20,255,0,
46,14,37,21,255,0,0,0,
17,49,26,42,255,0,0,0,
18,48,16,50,27,43,255,0,
19,49,17,51,28,40,44,24,
20,50,18,52,29,41,45,25,
21,51,19,53,30,42,46,26,
22,52,20,54,31,43,47,27,
23,53,21,55,44,28,255,0,
54,22,45,29,255,0,0,0,
25,57,34,50,255,0,0,0,
26,56,24,58,35,51,255,0,
27,57,25,59,36,48,52,32,
28,58,26,60,37,49,53,33,
29,59,27,61,38,50,54,34,
30,60,28,62,39,51,55,35,
31,61,29,63,52,36,255,0,
62,30,53,37,255,0,0,0,
33,42,58,255,0,0,0,0,
34,32,43,59,255,0,0,0,
35,33,44,56,60,40,255,0,
36,34,45,57,61,41,255,0,
37,35,46,58,62,42,255,0,
38,36,47,59,63,43,255,0,
39,37,60,44,255,0,0,0,
38,61,45,255,0,0,0,0,
41,50,255,0,0,0,0,0,
42,40,51,255,0,0,0,0,
43,41,52,48,255,0,0,0,
44,42,53,49,255,0,0,0,
45,43,54,50,255,0,0,0,
46,44,55,51,255,0,0,0,
47,45,52,255,0,0,0,0,
46,53,255,0,0,0,0,0
};
const byte BishopSquares[64][32] = {
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
9,18,27,36,45,54,63,255,255,0,0,0,0,0,0,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
10,19,28,37,46,55,255,0,8,255,0,0,0,0,0,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
11,20,29,38,47,255,0,0,9,16,255,0,0,0,0,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
12,21,30,39,255,0,0,0,10,17,24,255,0,0,0,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
13,22,31,255,0,0,0,0,11,18,25,32,255,0,0,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
14,23,255,0,0,0,0,0,12,19,26,33,40,255,0,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
15,255,0,0,0,0,0,0,13,20,27,34,41,48,255,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
255,0,0,0,0,0,0,0,14,21,28,35,42,49,56,255,
1,255,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
17,26,35,44,53,62,255,0,255,0,0,0,0,0,0,0,
2,255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,
18,27,36,45,54,63,255,0,16,255,0,0,0,0,0,0,
3,255,0,0,0,0,0,0,1,255,0,0,0,0,0,0,
19,28,37,46,55,255,0,0,17,24,255,0,0,0,0,0,
4,255,0,0,0,0,0,0,2,255,0,0,0,0,0,0,
20,29,38,47,255,0,0,0,18,25,32,255,0,0,0,0,
5,255,0,0,0,0,0,0,3,255,0,0,0,0,0,0,
21,30,39,255,0,0,0,0,19,26,33,40,255,0,0,0,
6,255,0,0,0,0,0,0,4,255,0,0,0,0,0,0,
22,31,255,0,0,0,0,0,20,27,34,41,48,255,0,0,
7,255,0,0,0,0,0,0,5,255,0,0,0,0,0,0,
23,255,0,0,0,0,0,0,21,28,35,42,49,56,255,0,
255,0,0,0,0,0,0,0,6,255,0,0,0,0,0,0,
255,0,0,0,0,0,0,0,22,29,36,43,50,57,255,0,
9,2,255,0,0,0,0,0,255,0,0,0,0,0,0,0,
25,34,43,52,61,255,0,0,255,0,0,0,0,0,0,0,
10,3,255,0,0,0,0,0,8,255,0,0,0,0,0,0,
26,35,44,53,62,255,0,0,24,255,0,0,0,0,0,0,
11,4,255,0,0,0,0,0,9,0,255,0,0,0,0,0,
27,36,45,54,63,255,0,0,25,32,255,0,0,0,0,0,
12,5,255,0,0,0,0,0,10,1,255,0,0,0,0,0,
28,37,46,55,255,0,0,0,26,33,40,255,0,0,0,0,
13,6,255,0,0,0,0,0,11,2,255,0,0,0,0,0,
29,38,47,255,0,0,0,0,27,34,41,48,255,0,0,0,
14,7,255,0,0,0,0,0,12,3,255,0,0,0,0,0,
30,39,255,0,0,0,0,0,28,35,42,49,56,255,0,0,
15,255,0,0,0,0,0,0,13,4,255,0,0,0,0,0,
31,255,0,0,0,0,0,0,29,36,43,50,57,255,0,0,
255,0,0,0,0,0,0,0,14,5,255,0,0,0,0,0,
255,0,0,0,0,0,0,0,30,37,44,51,58,255,0,0,
17,10,3,255,0,0,0,0,255,0,0,0,0,0,0,0,
33,42,51,60,255,0,0,0,255,0,0,0,0,0,0,0,
18,11,4,255,0,0,0,0,16,255,0,0,0,0,0,0,
34,43,52,61,255,0,0,0,32,255,0,0,0,0,0,0,
19,12,5,255,0,0,0,0,17,8,255,0,0,0,0,0,
35,44,53,62,255,0,0,0,33,40,255,0,0,0,0,0,
20,13,6,255,0,0,0,0,18,9,0,255,0,0,0,0,
36,45,54,63,255,0,0,0,34,41,48,255,0,0,0,0,
21,14,7,255,0,0,0,0,19,10,1,255,0,0,0,0,
37,46,55,255,0,0,0,0,35,42,49,56,255,0,0,0,
22,15,255,0,0,0,0,0,20,11,2,255,0,0,0,0,
38,47,255,0,0,0,0,0,36,43,50,57,255,0,0,0,
23,255,0,0,0,0,0,0,21,12,3,255,0,0,0,0,
39,255,0,0,0,0,0,0,37,44,51,58,255,0,0,0,
255,0,0,0,0,0,0,0,22,13,4,255,0,0,0,0,
255,0,0,0,0,0,0,0,38,45,52,59,255,0,0,0,
25,18,11,4,255,0,0,0,255,0,0,0,0,0,0,0,
41,50,59,255,0,0,0,0,255,0,0,0,0,0,0,0,
26,19,12,5,255,0,0,0,24,255,0,0,0,0,0,0,
42,51,60,255,0,0,0,0,40,255,0,0,0,0,0,0,
27,20,13,6,255,0,0,0,25,16,255,0,0,0,0,0,
43,52,61,255,0,0,0,0,41,48,255,0,0,0,0,0,
28,21,14,7,255,0,0,0,26,17,8,255,0,0,0,0,
44,53,62,255,0,0,0,0,42,49,56,255,0,0,0,0,
29,22,15,255,0,0,0,0,27,18,9,0,255,0,0,0,
45,54,63,255,0,0,0,0,43,50,57,255,0,0,0,0,
30,23,255,0,0,0,0,0,28,19,10,1,255,0,0,0,
46,55,255,0,0,0,0,0,44,51,58,255,0,0,0,0,
31,255,0,0,0,0,0,0,29,20,11,2,255,0,0,0,
47,255,0,0,0,0,0,0,45,52,59,255,0,0,0,0,
255,0,0,0,0,0,0,0,30,21,12,3,255,0,0,0,
255,0,0,0,0,0,0,0,46,53,60,255,0,0,0,0,
33,26,19,12,5,255,0,0,255,0,0,0,0,0,0,0,
49,58,255,0,0,0,0,0,255,0,0,0,0,0,0,0,
34,27,20,13,6,255,0,0,32,255,0,0,0,0,0,0,
50,59,255,0,0,0,0,0,48,255,0,0,0,0,0,0,
35,28,21,14,7,255,0,0,33,24,255,0,0,0,0,0,
51,60,255,0,0,0,0,0,49,56,255,0,0,0,0,0,
36,29,22,15,255,0,0,0,34,25,16,255,0,0,0,0,
52,61,255,0,0,0,0,0,50,57,255,0,0,0,0,0,
37,30,23,255,0,0,0,0,35,26,17,8,255,0,0,0,
53,62,255,0,0,0,0,0,51,58,255,0,0,0,0,0,
38,31,255,0,0,0,0,0,36,27,18,9,0,255,0,0,
54,63,255,0,0,0,0,0,52,59,255,0,0,0,0,0,
39,255,0,0,0,0,0,0,37,28,19,10,1,255,0,0,
55,255,0,0,0,0,0,0,53,60,255,0,0,0,0,0,
255,0,0,0,0,0,0,0,38,29,20,11,2,255,0,0,
255,0,0,0,0,0,0,0,54,61,255,0,0,0,0,0,
41,34,27,20,13,6,255,0,255,0,0,0,0,0,0,0,
57,255,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
42,35,28,21,14,7,255,0,40,255,0,0,0,0,0,0,
58,255,0,0,0,0,0,0,56,255,0,0,0,0,0,0,
43,36,29,22,15,255,0,0,41,32,255,0,0,0,0,0,
59,255,0,0,0,0,0,0,57,255,0,0,0,0,0,0,
44,37,30,23,255,0,0,0,42,33,24,255,0,0,0,0,
60,255,0,0,0,0,0,0,58,255,0,0,0,0,0,0,
45,38,31,255,0,0,0,0,43,34,25,16,255,0,0,0,
61,255,0,0,0,0,0,0,59,255,0,0,0,0,0,0,
46,39,255,0,0,0,0,0,44,35,26,17,8,255,0,0,
62,255,0,0,0,0,0,0,60,255,0,0,0,0,0,0,
47,255,0,0,0,0,0,0,45,36,27,18,9,0,255,0,
63,255,0,0,0,0,0,0,61,255,0,0,0,0,0,0,
255,0,0,0,0,0,0,0,46,37,28,19,10,1,255,0,
255,0,0,0,0,0,0,0,62,255,0,0,0,0,0,0,
49,42,35,28,21,14,7,255,255,0,0,0,0,0,0,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
50,43,36,29,22,15,255,0,48,255,0,0,0,0,0,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
51,44,37,30,23,255,0,0,49,40,255,0,0,0,0,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
52,45,38,31,255,0,0,0,50,41,32,255,0,0,0,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
53,46,39,255,0,0,0,0,51,42,33,24,255,0,0,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
54,47,255,0,0,0,0,0,52,43,34,25,16,255,0,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
55,255,0,0,0,0,0,0,53,44,35,26,17,8,255,0,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
255,0,0,0,0,0,0,0,54,45,36,27,18,9,0,255,
255,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,
};
const byte RookSquares[64][32] = {
255,0,0,0,0,0,0,0,8,16,24,32,40,48,56,255,
1,2,3,4,5,6,7,255,255,0,0,0,0,0,0,0,
255,0,0,0,0,0,0,0,9,17,25,33,41,49,57,255,
2,3,4,5,6,7,255,0,0,255,0,0,0,0,0,0,
255,0,0,0,0,0,0,0,10,18,26,34,42,50,58,255,
3,4,5,6,7,255,0,0,1,0,255,0,0,0,0,0,
255,0,0,0,0,0,0,0,11,19,27,35,43,51,59,255,
4,5,6,7,255,0,0,0,2,1,0,255,0,0,0,0,
255,0,0,0,0,0,0,0,12,20,28,36,44,52,60,255,
5,6,7,255,0,0,0,0,3,2,1,0,255,0,0,0,
255,0,0,0,0,0,0,0,13,21,29,37,45,53,61,255,
6,7,255,0,0,0,0,0,4,3,2,1,0,255,0,0,
255,0,0,0,0,0,0,0,14,22,30,38,46,54,62,255,
7,255,0,0,0,0,0,0,5,4,3,2,1,0,255,0,
255,0,0,0,0,0,0,0,15,23,31,39,47,55,63,255,
255,0,0,0,0,0,0,0,6,5,4,3,2,1,0,255,
0,255,0,0,0,0,0,0,16,24,32,40,48,56,255,0,
9,10,11,12,13,14,15,255,255,0,0,0,0,0,0,0,
1,255,0,0,0,0,0,0,17,25,33,41,49,57,255,0,
10,11,12,13,14,15,255,0,8,255,0,0,0,0,0,0,
2,255,0,0,0,0,0,0,18,26,34,42,50,58,255,0,
11,12,13,14,15,255,0,0,9,8,255,0,0,0,0,0,
3,255,0,0,0,0,0,0,19,27,35,43,51,59,255,0,
12,13,14,15,255,0,0,0,10,9,8,255,0,0,0,0,
4,255,0,0,0,0,0,0,20,28,36,44,52,60,255,0,
13,14,15,255,0,0,0,0,11,10,9,8,255,0,0,0,
5,255,0,0,0,0,0,0,21,29,37,45,53,61,255,0,
14,15,255,0,0,0,0,0,12,11,10,9,8,255,0,0,
6,255,0,0,0,0,0,0,22,30,38,46,54,62,255,0,
15,255,0,0,0,0,0,0,13,12,11,10,9,8,255,0,
7,255,0,0,0,0,0,0,23,31,39,47,55,63,255,0,
255,0,0,0,0,0,0,0,14,13,12,11,10,9,8,255,
8,0,255,0,0,0,0,0,24,32,40,48,56,255,0,0,
17,18,19,20,21,22,23,255,255,0,0,0,0,0,0,0,
9,1,255,0,0,0,0,0,25,33,41,49,57,255,0,0,
18,19,20,21,22,23,255,0,16,255,0,0,0,0,0,0,
10,2,255,0,0,0,0,0,26,34,42,50,58,255,0,0,
19,20,21,22,23,255,0,0,17,16,255,0,0,0,0,0,
11,3,255,0,0,0,0,0,27,35,43,51,59,255,0,0,
20,21,22,23,255,0,0,0,18,17,16,255,0,0,0,0,
12,4,255,0,0,0,0,0,28,36,44,52,60,255,0,0,
21,22,23,255,0,0,0,0,19,18,17,16,255,0,0,0,
13,5,255,0,0,0,0,0,29,37,45,53,61,255,0,0,
22,23,255,0,0,0,0,0,20,19,18,17,16,255,0,0,
14,6,255,0,0,0,0,0,30,38,46,54,62,255,0,0,
23,255,0,0,0,0,0,0,21,20,19,18,17,16,255,0,
15,7,255,0,0,0,0,0,31,39,47,55,63,255,0,0,
255,0,0,0,0,0,0,0,22,21,20,19,18,17,16,255,
16,8,0,255,0,0,0,0,32,40,48,56,255,0,0,0,
25,26,27,28,29,30,31,255,255,0,0,0,0,0,0,0,
17,9,1,255,0,0,0,0,33,41,49,57,255,0,0,0,
26,27,28,29,30,31,255,0,24,255,0,0,0,0,0,0,
18,10,2,255,0,0,0,0,34,42,50,58,255,0,0,0,
27,28,29,30,31,255,0,0,25,24,255,0,0,0,0,0,
19,11,3,255,0,0,0,0,35,43,51,59,255,0,0,0,
28,29,30,31,255,0,0,0,26,25,24,255,0,0,0,0,
20,12,4,255,0,0,0,0,36,44,52,60,255,0,0,0,
29,30,31,255,0,0,0,0,27,26,25,24,255,0,0,0,
21,13,5,255,0,0,0,0,37,45,53,61,255,0,0,0,
30,31,255,0,0,0,0,0,28,27,26,25,24,255,0,0,
22,14,6,255,0,0,0,0,38,46,54,62,255,0,0,0,
31,255,0,0,0,0,0,0,29,28,27,26,25,24,255,0,
23,15,7,255,0,0,0,0,39,47,55,63,255,0,0,0,
255,0,0,0,0,0,0,0,30,29,28,27,26,25,24,255,
24,16,8,0,255,0,0,0,40,48,56,255,0,0,0,0,
33,34,35,36,37,38,39,255,255,0,0,0,0,0,0,0,
25,17,9,1,255,0,0,0,41,49,57,255,0,0,0,0,
34,35,36,37,38,39,255,0,32,255,0,0,0,0,0,0,
26,18,10,2,255,0,0,0,42,50,58,255,0,0,0,0,
35,36,37,38,39,255,0,0,33,32,255,0,0,0,0,0,
27,19,11,3,255,0,0,0,43,51,59,255,0,0,0,0,
36,37,38,39,255,0,0,0,34,33,32,255,0,0,0,0,
28,20,12,4,255,0,0,0,44,52,60,255,0,0,0,0,
37,38,39,255,0,0,0,0,35,34,33,32,255,0,0,0,
29,21,13,5,255,0,0,0,45,53,61,255,0,0,0,0,
38,39,255,0,0,0,0,0,36,35,34,33,32,255,0,0,
30,22,14,6,255,0,0,0,46,54,62,255,0,0,0,0,
39,255,0,0,0,0,0,0,37,36,35,34,33,32,255,0,
31,23,15,7,255,0,0,0,47,55,63,255,0,0,0,0,
255,0,0,0,0,0,0,0,38,37,36,35,34,33,32,255,
32,24,16,8,0,255,0,0,48,56,255,0,0,0,0,0,
41,42,43,44,45,46,47,255,255,0,0,0,0,0,0,0,
33,25,17,9,1,255,0,0,49,57,255,0,0,0,0,0,
42,43,44,45,46,47,255,0,40,255,0,0,0,0,0,0,
34,26,18,10,2,255,0,0,50,58,255,0,0,0,0,0,
43,44,45,46,47,255,0,0,41,40,255,0,0,0,0,0,
35,27,19,11,3,255,0,0,51,59,255,0,0,0,0,0,
44,45,46,47,255,0,0,0,42,41,40,255,0,0,0,0,
36,28,20,12,4,255,0,0,52,60,255,0,0,0,0,0,
45,46,47,255,0,0,0,0,43,42,41,40,255,0,0,0,
37,29,21,13,5,255,0,0,53,61,255,0,0,0,0,0,
46,47,255,0,0,0,0,0,44,43,42,41,40,255,0,0,
38,30,22,14,6,255,0,0,54,62,255,0,0,0,0,0,
47,255,0,0,0,0,0,0,45,44,43,42,41,40,255,0,
39,31,23,15,7,255,0,0,55,63,255,0,0,0,0,0,
255,0,0,0,0,0,0,0,46,45,44,43,42,41,40,255,
40,32,24,16,8,0,255,0,56,255,0,0,0,0,0,0,
49,50,51,52,53,54,55,255,255,0,0,0,0,0,0,0,
41,33,25,17,9,1,255,0,57,255,0,0,0,0,0,0,
50,51,52,53,54,55,255,0,48,255,0,0,0,0,0,0,
42,34,26,18,10,2,255,0,58,255,0,0,0,0,0,0,
51,52,53,54,55,255,0,0,49,48,255,0,0,0,0,0,
43,35,27,19,11,3,255,0,59,255,0,0,0,0,0,0,
52,53,54,55,255,0,0,0,50,49,48,255,0,0,0,0,
44,36,28,20,12,4,255,0,60,255,0,0,0,0,0,0,
53,54,55,255,0,0,0,0,51,50,49,48,255,0,0,0,
45,37,29,21,13,5,255,0,61,255,0,0,0,0,0,0,
54,55,255,0,0,0,0,0,52,51,50,49,48,255,0,0,
46,38,30,22,14,6,255,0,62,255,0,0,0,0,0,0,
55,255,0,0,0,0,0,0,53,52,51,50,49,48,255,0,
47,39,31,23,15,7,255,0,63,255,0,0,0,0,0,0,
255,0,0,0,0,0,0,0,54,53,52,51,50,49,48,255,
48,40,32,24,16,8,0,255,255,0,0,0,0,0,0,0,
57,58,59,60,61,62,63,255,255,0,0,0,0,0,0,0,
49,41,33,25,17,9,1,255,255,0,0,0,0,0,0,0,
58,59,60,61,62,63,255,0,56,255,0,0,0,0,0,0,
50,42,34,26,18,10,2,255,255,0,0,0,0,0,0,0,
59,60,61,62,63,255,0,0,57,56,255,0,0,0,0,0,
51,43,35,27,19,11,3,255,255,0,0,0,0,0,0,0,
60,61,62,63,255,0,0,0,58,57,56,255,0,0,0,0,
52,44,36,28,20,12,4,255,255,0,0,0,0,0,0,0,
61,62,63,255,0,0,0,0,59,58,57,56,255,0,0,0,
53,45,37,29,21,13,5,255,255,0,0,0,0,0,0,0,
62,63,255,0,0,0,0,0,60,59,58,57,56,255,0,0,
54,46,38,30,22,14,6,255,255,0,0,0,0,0,0,0,
63,255,0,0,0,0,0,0,61,60,59,58,57,56,255,0,
55,47,39,31,23,15,7,255,255,0,0,0,0,0,0,0,
255,0,0,0,0,0,0,0,62,61,60,59,58,57,56,255
};
const byte KingSquares[64][8] = {
9,8,1,255,0,0,0,0,
10,8,9,2,0,255,0,0,
11,9,10,3,1,255,0,0,
12,10,11,4,2,255,0,0,
13,11,12,5,3,255,0,0,
14,12,13,6,4,255,0,0,
15,13,14,7,5,255,0,0,
14,15,6,255,0,0,0,0,
1,17,0,16,9,255,0,0,
2,0,18,16,1,17,10,8,
3,1,19,17,2,18,11,9,
4,2,20,18,3,19,12,10,
5,3,21,19,4,20,13,11,
6,4,22,20,5,21,14,12,
7,5,23,21,6,22,15,13,
6,22,7,23,14,255,0,0,
9,25,8,24,17,255,0,0,
10,8,26,24,9,25,18,16,
11,9,27,25,10,26,19,17,
12,10,28,26,11,27,20,18,
13,11,29,27,12,28,21,19,
14,12,30,28,13,29,22,20,
15,13,31,29,14,30,23,21,
14,30,15,31,22,255,0,0,
17,33,16,32,25,255,0,0,
18,16,34,32,17,33,26,24,
19,17,35,33,18,34,27,25,
20,18,36,34,19,35,28,26,
21,19,37,35,20,36,29,27,
22,20,38,36,21,37,30,28,
23,21,39,37,22,38,31,29,
22,38,23,39,30,255,0,0,
25,41,24,40,33,255,0,0,
26,24,42,40,25,41,34,32,
27,25,43,41,26,42,35,33,
28,26,44,42,27,43,36,34,
29,27,45,43,28,44,37,35,
30,28,46,44,29,45,38,36,
31,29,47,45,30,46,39,37,
30,46,31,47,38,255,0,0,
33,49,32,48,41,255,0,0,
34,32,50,48,33,49,42,40,
35,33,51,49,34,50,43,41,
36,34,52,50,35,51,44,42,
37,35,53,51,36,52,45,43,
38,36,54,52,37,53,46,44,
39,37,55,53,38,54,47,45,
38,54,39,55,46,255,0,0,
41,57,40,56,49,255,0,0,
42,40,58,56,41,57,50,48,
43,41,59,57,42,58,51,49,
44,42,60,58,43,59,52,50,
45,43,61,59,44,60,53,51,
46,44,62,60,45,61,54,52,
47,45,63,61,46,62,55,53,
46,62,47,63,54,255,0,0,
49,48,57,255,0,0,0,0,
50,48,49,58,56,255,0,0,
51,49,50,59,57,255,0,0,
52,50,51,60,58,255,0,0,
53,51,52,61,59,255,0,0,
54,52,53,62,60,255,0,0,
55,53,54,63,61,255,0,0,
54,55,62,255,0,0,0,0};
#endif